home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-03-14 | 1.3 KB | 42 lines | [TEXT/AxoC] |
-
- AxoCalculator 1.1 Release Notes
-
- Added Features :
-
- • String variable support
- (see "DemoText" in the "Example Programs" file).
- • "NewString" and "NewArray" language independent procedures for
- creating string and array variables anywhere in a program.
- • An option to leave the cursor on the same line as the result,
- or on a new line below the result ("Settings" dialog).
- • An option that controls what status information is listed when
- the "Show Status" command is selected.
- • An "Auto Indent" option ("Format" dialog).
-
- Deleted Features :
-
- • The "Load" option was removed, since it added almost no
- functionality, and was potentially confusing.
-
- Major Bug Fixes :
-
- • The C language now recognizes the "return" key word, which is used
- to return function values to the calling procedure.
-
- • Functions and procedures can now call themselves recursively
- (see "RecursiveFact" in the "Example Functions" file).
-
- • Some of the lingering bugs in the text editor were cleaned up,
- however, there are still a few minor problems with dead cursors
- when "Auto line wrap" is selected.
-
- Other Improvements :
-
- • "Find" and "Replace" are significantly faster.
-
- • Added shift-command key shortcuts for "Save As…", "Save Selection…" and "Page Setup…".
-
- • Many minor bug fixes.
-
-
-